View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher Class

Represents a dispatcher, responsible for dispatching actions to subscribers (stores). Follows the publish-subscribe pattern.

Base type: object.
Implemented interfaces: IDispatcher.

This is a public class.

public class Dispatcher

Constructors

Properties

Methods

See Also